home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 7 / PC World Interactive 7.iso / pcgames / EMERGY / BC5 / EXAMPLES / OWL / CLASSES / GAUGE / readme.txt
Text File  |  1997-03-25  |  827b  |  29 lines

  1. Copyright Borland International
  2. ObjectWindows (C) 1995
  3.  
  4. Title: GAUGE Example
  5.  
  6. Keywords: TGauge;Progress Bar
  7.  
  8. The GAUGE example illustrates how to use the different types of gauges
  9. available with OWL. A gauge is similar to a scroll bar. It has a range
  10. and a current position.
  11.  
  12.  
  13. There are three styles of gauges used in this example. The top gauge is
  14. a progress bar. It is typically used to display percentage of
  15. completion.
  16.  
  17.  
  18. The second gauge, with the LED style, displays the current position in
  19. blocks. This gauge style can be a native control or it can be emulated.
  20. Your source code will not need to know the difference.
  21.  
  22.  
  23. The third control in this example is a slider control. You can use the
  24. slider to manipulate the current position of the two gauges to see how
  25. they are visually different.
  26.  
  27.  
  28.  
  29.